﻿/*主颜色   #004098   #004098 */
.col-2{
    width: 20% !important;
    float: left;
}
.col-4{
    width: 40%;
    float: left;
}
.col-6{
    width: 60%;
    float: left;
}
.h30{
    height: 30px;
}
.font12{
    font-size: 0.9rem !important;
}
.lineheight2{
    line-height: 2.15rem;
}
.noindex{
    text-indent: 0;
}
.text-primary{
    color: #004098;
}
.textindex2 p{
    text-indent: 2em;
}
.maxImg img{
    padding: 20px 10px;
    max-width: 100%;
}
.headerTop{
    height: 108px;
}
.lang_link{
    padding-top: 15px;
}
.lang{
    background: url("../images/lang.png") no-repeat;
    width: 138px;
    height: 32px;
    float: right;
}
.lang a{
    width: 65px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
}
.citybrand{
    width: 100%;
    float: right;
    position: relative;
    z-index: 20;
    /*font-size: 0.9rem;*/
}
.citybrand span{
    cursor: pointer;
    padding-bottom: 10px;
}
.citybrand span:hover ul{
    display: block;
}
.citybrand ul{
    position: absolute;
    left: 0;
    top: 1.5rem;
    width: 100%;
    border: 1px solid #e1e1e1;
    background: #FFFFFF;
    display: none;
}
.citybrand ul li{
    text-align: center;
    padding: 4px;
    font-size: 0.8rem;
    line-height: 1.2rem;
}
.citybrand ul li.top{
    background: #004098;
    color: #FFFFFF;
}
.citybrand ul li a{
    display: inline-table;
    width: 100%;
    cursor: pointer;
}
.lang_link h3{
    color: #004098;
    font-family: "黑体";
    font-weight: bold;
    font-size: 1.1rem
}
.link .dropdown{
    margin-top: 10px;
    display: inline-table;
    width: 175px;
    height: 35px;
}
.navmain{
    height: 55px;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #e4e4e4;
    /*border-bottom: 2px solid transparent;*/
    /*margin-bottom: 2px;*/
}
.menu-main .menu-list{
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    padding: 0;
    height: 53px;
    margin: 0;
}
ul.menu-list>li{
    padding-left: 10px;
    padding-right: 10px;
    /*display: inline-table;*/
    height: 53px;
    line-height: 53px;
    border-top: 1px solid transparent;
    transition: all 0.4s;
}
ul.menu-list>li:hover,ul.menu-list>li:focus,ul.menu-list>li.active{
    /*border-top: 1px solid #004098;*/
    border-bottom: 3px solid #004098;
    line-height: 45px;
}
ul.menu-list>li:last-child:hover {
    border-top-color:  transparent;
}
ul.menu-list>li a{
    cursor: pointer;
    text-decoration: none;
    font-size: 1.15rem;
    display: inline-block;
    width: 100%;
    height: 100%;
}
ul.menu-list>li a:hover,ul.menu-list>li a:focus,ul.menu-list>li a:active{
    color:#004098;
    cursor: pointer;
    text-decoration: none;
}

ul.menu-list>li:first-child,ul.menu-list>li:last-child{
    list-style: none;
}
.searchbox{
    padding-right: 0;
    text-align: right;
    border: 1px solid #eeeeee;
    width: 228px;
    height: 33px;
    margin: 10px 0 0 0;
}
.searchbox input{
    width: 195px;
    height: 31px;
    float: left;
    line-height: 31px;
    text-indent: 5px;
    border: none;
    background: none;
    padding: 0;
}
.searchbox .search-btn{
    width: 31px;
    height: 31px;
    cursor: pointer;
    background: url(../images/bg4.gif) no-repeat;
}



ul.menu-list li.dropdown:hover .dropdown-menu{
    display: block;
}
ul.menu-list li.dropdown ul.dropdown-menu{
    margin-top: 0;
    min-width: 120px;
}
ul.menu-list ul.dropdown-menu li{
    line-height: 2rem;
}
ul.menu-list ul.dropdown-menu li a{
    /*display: inline-table;*/
    font-size: 1rem;
}
.nav_downbox{
    padding-top: 20px;
    padding-bottom: 30px;
}
.nav_downbox dt a{
    /*font-size: 0.9rem;*/
    line-height: 1rem;
}
.nav_downbox dd a{
    font-size: 0.9rem;
    line-height: 2rem;
}
/*首页CSS*/
.prodmenu .desc{
    height: 4.28rem;
    background: #2B5EB0;
    line-height: 4rem;
    color:white;
    font-size: 1.6rem;
    padding-left: 1rem;
}
.prodmenu ul.one li>a{
    background: #cfcfcf;
    line-height: 1rem;
    display: block;
    border-radius:0;
}
.prodmenu ul.one li{
    margin-bottom: 8px;
}
.prodmenu ul.one li.active>a{
    background: #2B5EB0;
    color:white;
}
.prodmenu ul.one li.active ul{
    display: block;
}
.prodmenu ul.one li ul{
    transition: all 1.5s;
    -moz-transition: all 1.5s;	/* Firefox 4 */
    -webkit-transition: all 1.5s;	/* Safari 和 Chrome */
    -o-transition: all 1.5s;	/* Opera */
    display: none;

}
.prodmenu ul.one ul li a{
    background: none;
    text-align: center;
}
.blockhead{
    margin: 5rem 0 3rem;
    position: relative;
}
.blockhead .more{
    position: absolute;
    bottom: 0;
    right: 0;
}
.indexNewBox{
    padding: 60px 0;
    background-color: #f5f5f5;
}
.indexNewBox .container{
    /*padding: 0;*/
}
.indexNewBox .head{
    position: relative;
}
.indexNewBox .head h1{
    font-size: 2rem;
}
.indexNewBox .head p{
    font-size: 1.2rem;
    margin-top: 1rem;
}
.indexNewBox .head span{
    position: absolute;
    bottom: 0;
    right: 15px;
}
.videoitem{

}
.videoitem .img-or{
    padding: 8px;
    background: #fff;
}
.videoitem .description{
    background: #fff;
    height: 4rem;
    line-height: 3rem;
    overflow: hidden;
}
.indexnewsitem{
    overflow: hidden;
}
.indexnewsitem p i{
    color: #0072bc;
}
.indexnewsitem a{
    display: block;
    color: #323232;
    /*width: 90%;*/
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 24px;
}
.indexnewsitem a p{
    padding: 10px 0;
}
.indexnewsitem a p span{
    font-size: 18px;
    display: block;
    padding-bottom: 5px;
}
.indexnewsitem a b{
    font-weight: normal;
    font-size: 16px;
}
.indexnewsitem a p b i{
    color: #004098;
    font-style: normal;
}
.indexnewsitem a:hover {
    text-decoration: none;
}
.indexnewsitem a:hover i {
    color: #323232;
    text-decoration: underline;
}
.indexnewsitem a .img-or{
    width: 100%;
    overflow: hidden;
    /*height: 200px;*/
    position: relative;
}
.indexnewsitem a .img-or span{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 4rem;
    color: #efefef;
    line-height: 16rem;
}
.indexnewsitem a img{
    /*transform: scale(0.8,0.8);*/
    transition: opacity,500ms;
    width: 100%;
}
.indexnewsitem a:hover img{
    opacity: 0.5;
}
.indexvideo {
    margin-bottom: 2rem;
}
.indexvideo > a{
    border: 1px solid #eee;
    padding: 5px;
    background: #ffffff;
}

.indexNewTitle{
    height: 60px;
    /*padding: 15px;*/
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 22px;
    background: url('../images/indexnewtitlebg.png') no-repeat #FFFFFF;
    position: relative;
    border:2px solid #f5f5f5;
    font-size: 1.15rem;
}
.indexNewTitle span.newshref{
    float: left;
    width: 10%;
    height: 60px;
    color: #0072bc;
    font-family: "微软雅黑";
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    /*background: url("../images/indexnewtitlebg.png") no-repeat right 0 #c9eaff;*/
}
.newdemo{
    width: 70%;
    float: left;
    height: 60px;
    overflow: hidden;
    position: relative;
    margin-left: 30px;
}
.newdemo ul{
    position: relative;
    left: 0;
    top: 0;
}
.newdemo ul li{
    line-height: 2rem;
}
.newdemo ul li  a{
    height: 60px;
    display: block;
    overflow: hidden;
    line-height: 60px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #323232;
}
.icon {
    float: right;
    width: 15%;
    padding: 16px 0 0 0;
}
.icon a {
    width: 20px;
    height: 11px;
    display: block;
    background: url("../images/bg6.gif") no-repeat;
    margin: 0 auto 8px auto;
}
.icon a.up {
    background-position: 0 0;
}
.icon a.up:hover {
    background-position: -20px 0;
}
.icon a.dowm {
    background-position: 0 -11px;
}
.icon a.dowm:hover {
    background-position: -20px -11px;
}

.mv{margin: 20px auto;padding: 0}
.mv video{
    width:100%;
    height: 520px;
}
.footer{
    /*height: 388px;*/
    padding-top: 40px;
    padding-bottom: 10px;
    background:#0f398d;
    /*background: url("../images/footbg.jpg") repeat-x;*/
}
.fastlink{
    /*border-right: 1px solid #e1e1e1;*/
}
.fastlink dl dt a{
    color: #FFFFFF;
    font-size: 1.3rem;
    padding-bottom: 0.8rem;
}
.fastlink dl dd{
    line-height: 1.8rem;
    /*height: 1.6rem;*/
    overflow: hidden;
}
.footer a,.footer{
    color: #86cbed;
    font-size: 1.15rem;
    line-height: 2.6rem;
}
.footer hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.privatelink,.privatelink a,.brandname a,.brandname,.footercopy,.footercopy a{
    font-size: 1rem;
}
.footercopy{
    line-height: 2rem;
}
.footerweixin img{
    width: 60%;
 }
.footerserver{
    border-bottom: 1px solid #83c4e4;
    border-top: 1px solid #83c4e4;
    line-height: 30px;
    /*color: #7ecef4;*/
    padding: 13px 0;
}
.footertxtmin{
    font-size: 0.8rem;
}
.footerwx .footbtn{
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    text-align: center;
    height: 42px;
}
.footerwx .footbtn a{
    display: inline-block;
    height: 42px;
    width:40px;
    /*background:url("../images/footbtn.png") no-repeat;*/
}
/*.qqqzone  .qqweibo   .ranran*/
.footerwx .footbtn a.qqqzone{
    background-position: -46px 0;
}
.footerwx .footbtn a.qqweibo{
    background-position-x: -92px;
}
.footerwx .footbtn a.ranran{
    background-position-x: -138px;
}
.footerwx .footbtn a:hover{
    text-decoration: none;
    background-position-y: -42px;
}
.floatleft .leftbut{
    position: fixed;
    bottom: 0;
    left: 0px;
    z-index: 10;
    width:152px;
    height: 99px;
    background: url("../images/left.png") no-repeat;
    cursor: pointer;
}
.floatleft .priceform{
    position: fixed;
    bottom: 0;
    left: 0px;
    z-index: 11;
    padding: 13px 0;
    width:100%;
    height: 110px;
    background: rgba(3,3,3,0.6);
    color: #FFFFFF;
    font-size: 1.4rem;
    display: none;
}
.priceform .container{
    padding: 0;
}
.priceform .tip{
    width: 300px;
    height: 75px;
    background: url("../images/float.png") no-repeat;
}
.priceform form{
    width: 655px;
}
.priceform form .inputbox{
    width: 460px;
}
.priceform form .inputbox label{
    font-size: 16px;
    margin: 0;
}
.priceform .inputitem{
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.priceform .inputitem input{
    width: 168px;
    height: 28px;
    color: #000;
}
.priceform form button.pricebtn{
    width: 73px;
    height: 66px;
    background: url("../images/float.png") no-repeat;
    background-position-x: -307px;
    border: none;
    float: left;
}
.priceform .pricetel{
    width: 210px;
}
.priceform .pricetel span{
    /*color: #004098;*/
    font-size: 1.8rem;
}
.priceform .priceclose{
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
}
#priceModal .modal-content{
    padding: 10px;
}
#priceModal .modal-content p{
    margin: 20px;
}
#pricefromModal .modal-dialog{
    width: 578px;
}
#pricefromModal .modal-dialog .modal-header{
    text-align: center;
    background-color: #686868;
    color: #fff;
}
#pricefromModal .modal-dialog .modal-body{
    padding: 40px 60px;
}
#pricefromModal .modal-dialog .modal-body .form-group{
    margin-bottom: 20px;
}
#pricefromModal .modal-dialog .modal-body label.control-label{
    text-align: left;
    font-size: 18px;
    font-weight: normal;
}
#pricefromModal .priceformbtn{
    color: #FFFFFF;
    font-weight: bold;
    background:  #004098;
}
.floatRight{
    position: fixed;
    top: 60%;
    right: 5px;
    width:75px;
    height: 75px;
    cursor: pointer;
    z-index: 10;
}
.floatRight a.floatbox{
    display: block;
    height: 75px;
    margin-bottom: 32px;
    background: url("../images/right.gif") no-repeat;
    color: #FFFFFF;
    overflow: hidden;
    transition: none;
    -moz-transition: none; /* Firefox 4 */
    -webkit-transition:  none; /* Safari 和 Chrome */
    -o-transition:  none; /* Opera */
}
.floatRight span.showmobile{
    height: 75px;
    background: #898989;
    width: 200px;
    line-height: 70px;
    position: absolute;
    top: 0;
    right: 76px;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 20px;
    padding-left: 20px;
    display: none;
    -webkit-transition: all 500s;
    -moz-transition: all 500s;
    -ms-transition: all 500s;
    -o-transition: all 500s;
    transition: all 500s;
}

.floatRight a.mobile:hover span.showmobile{
    display: inline-block;
}
.floatRight a.qq{
    background-position-y: -106px;
}

.floatRight a.baojie{
    background-position-y: -212px;
    margin-bottom: 75px;
}
.floatRight a.topbox{
    background-position-y: -362px;
}
.floatRight a.floatbox:hover{
    background-position-x: -77px;
}
.floatRight a.qq:hover,.floatRight a.topbox:hover{
    background-position-x: 0;
}
.floatRight a.floatwxbox:hover .floatwx{
    display: block;
}
    /*  关于我们 */
.leftmenu h2{
    height: 50px;
    font-size: 1rem;
    line-height: 50px;
    position: relative;
    /*font-weight: bold;*/
    border-top: 2px solid #004098;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    margin-bottom: 0;
    padding-left: 2rem;
}
.leftmenu ul{
    border: 1px solid #e4e4e4;
    border-top: none;
}
.leftmenu ul li{
    border-top: 1px solid #e4e4e4;
    height: 45px;
    line-height: 50px;
    padding-left: 2rem;
    cursor:pointer;
}
.leftmenu ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.leftmenu ul li a.active{
    color : #004098;
}
.leftmenu ul li a span{
    padding-right: 5px;
}
.leftmenu ul li a.active span{
    color: #004098;
    border-left-color: #004098;
}
.leftmenu ul li ul{
    margin-left: -2rem;
    border: none;
}
.leftmenu ul li ul li{
    padding-left: 3rem;
}
.prodmenuhr{
    border-top: 2px solid #004098;
    margin-top: 20px;
    border-bottom: none;
    margin-bottom: 0;
}
.leftmenu .prodh2{
    border-top:1px solid #e4e4e4;
    margin-top: 0px;
}

.rightbody{
    padding-right: 0;
}
.rightbody .title{
    /*height: 50px;*/
    line-height: 50px;
    position: relative;
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
    border-bottom: 2px solid #e4e4e4;
}
.rightbody .title h1{
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 50px;
    color: #004098;
    margin-bottom: 0;
}
.rightbody .title h1 span{
    /*border-bottom: 3px solid #004098;*/
    display: inline-block;
    height: 40px;
}
.rightbody .postionurl{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 0.8rem;
}
.contbody{
    /*line-height: 1.2rem;*/
    /*letter-spacing:0.2rem;*/
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.contbody img{
    max-width: 100%;
}
.contbody p{
     text-indent: 2rem;
 }
.contbody .newbody2{
    margin-top: 20px;
}
.contbody .newbody2 p{
    text-indent: 0;
}
.contbody p img:first-child{
    margin-left: -2rem;
}
.contbody address{
    line-height: 30px;
    letter-spacing:0;
}
.contbody .contenthr{
    border-top: none;
    height: 2px;
}
h1.licheng {
    font-size: 1.2rem;
    line-height: 2rem;
}
.history .hi1bg {
    background: url(../images/about_history_06.jpg) repeat-y 0 0;
    overflow: hidden;
}
.history .hi1 {
    background: url(../images/about_history_03.jpg) no-repeat 0 0;
    overflow: hidden;
    padding-left: 30px;
    position: relative;
}
.history .hi1 h3.t {
    font-size: 14px;
    color: #004098;
    font-weight: bold;
    margin-top: -7px;
    border-bottom: 1px dashed #dedede;
    padding-bottom: 10px;
    line-height: 30px;
}
.history .hi1 .text {
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: hidden;
}
.history .hi1 .text .pic {
    position: absolute;
    bottom: 60px;
    right: 0;
    margin-right: 30px;
}
table.weihui{
    width: 100%;
    margin-bottom: 40px;
}
table.weihui tr.blod td{
    font-size: 18px;
    font-weight: bold;
    color: #004098;
    height: 20px;
}
table.weihui tr td{
    height: 80px;
    vertical-align: middle;
}
.brandTitle h2{
    line-height: 30px;
    border-bottom: 1px dashed #EFEFEF;
    font-size: 18px;
    color:#004098;
    padding-bottom: 10px;
}
.brandTitle .brandbody{
    background-color: #f3f3f3;
    margin: 30px 0;
}
.brandbody img{
    float: left;
}
.brandbody .text{
    float: left;
    line-height: 60px;
    font-size: 16px;
    padding-top: 20px;
}
h1.legal{
    font-size: 22px;
    border-bottom: 1px dashed #eaeaea;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-family: "微软雅黑";
    margin-bottom: 20px;
    margin-top: 20px;
}
.legalbox{
    line-height: 24px;
    padding-bottom: 60px;
}
.legalbox p{
    margin: 20px 0;
}
.legalbox h4{
    margin: 0px;
    padding: 15px 0px;
    color: rgb(255, 115, 0);
    font-size: 14px;
}

.toppic{margin-bottom: 1rem}
.honor-thumb{
    padding: 0 8px;
}
.honor-thumb img{
    width: 100%;
    /*height: 150px;*/
}
.honor-thumb p{
    height: 2.5rem;
    font-size: 0.8rem;
    overflow: hidden;
    text-indent: 0rem;
    text-align: center;
}
.caicu {
    padding: 30px 0 60px;
}
.caicu h5{margin-bottom: 2rem}
.Page{
    text-align: center;
    padding: 4rem;
}
.Page a,.Page span{
    color: #666;
    border: 1px solid #ccc;
    display: inline-block;
    /*width: 35px;*/
    padding:0 10px;
    line-height: 30px;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    font-family: Arial, Verdana, sans-serif;
}
.Page span.current{
    color: #004098;
    border-color: #004098;
    font-weight: bold;
}
.Page a.next,.Page a.prev{
    width: auto;
    padding: 0 10px;
}
.newlist{
    margin-top: 40px;
}
.newlist .media{
    height: 200px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.newlist .media .media-left{

}
.newlist .media .media-left a img{
    width: 320px;
    height: 200px;
}
.newlist .media .media-body h4.media-heading{
    line-height: 1.6rem;
    color: #004098;
}
.newlist .media .media-body h4.media-heading a{
    display: inline-table;
    width: 80%;
    font-size: 14px;
    color: #004098;
}
.newlist .media .media-body h4.media-heading span.date{
    display: inline-table;
    width: 19%;
    font-size: 12px;
    color: #999;
    text-align: right;
}
.newlist .media .media-body p{
    font-size: 0.9rem;
    height: 7.2rem;
    line-height: 1.8rem;
    overflow: hidden;
    text-indent:0;
}
.newlist .media .media-body .more a{
    font-size: 0.9rem;
    color: #004098;
}
.magazinelist{
    width: 100%;
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-flex-wrap:wrap;*/
    /*flex-wrap: wrap;*/
    /*-webkit-align-content:space-around;*/
    /*align-content:space-around;*/
    /*-webkit-align-items:center;*/
    /*align-items:center;*/
    /*-webkit-justify-content:space-between;*/
    /*justify-content:space-between;*/
}
.magazinelist .magaItems{
    position: relative;
    width: 160px;
    /*height: 250px;*/
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0 10px;
}
.magazinelist .magaItem{
    border: 1px solid #004098;
    /*box-shadow: -3px -3px 3px 2px rgba(0,0,0,0.6) ;*/
    padding: 5px;
}
.magazinelist .magaItem img{
    width: 100%;
    height: 242px;
}
.magazinelist .magaItem .mage_title{
    position: absolute;
    left: 0;
    top: 60%;
    padding: 2px 10px;
    width: 65%;
    height: 3rem;
    background: #0071cf;
    color: #FFFFFF;
    /*opacity: 0.7;*/
    font-size: 0.7rem;
    letter-spacing: 0;
    display:none;
}
.magazinelist .magaItem .oper{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display:none;
}
.magazinelist .magaItem .oper a{
    width: 70px;
    display: inline-table;
    color: #fff;
    font-size: 0.8rem;
}
.magazinelist .magaItem .oper span{
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    border-radius: 20px;
    background-color: #0071cf;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    line-height: 40px;
}
.magazinelist .magaItem .oper .operbut{
    margin-top: 20%;
}
.magazinelist .magaItem:hover .oper,.magazinelist .magaItem:hover .mage_title{
    display:block;
}
.magazinelist .magatitle{
    text-align: center;
    line-height: 2rem;
    /*font-size: 0.9rem;*/
}



.playmv{
    max-width: 100%;
    text-align: center;
}
.vediofooter{
    width: 100%;
    background-color: #f2f2f2;
}
.viewname{
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    height: 40px;
    position: relative;
    margin-bottom: 3rem;
}
.viewname h3{
    margin: 0;
    font-size: 1.1rem;
    line-height: 40px;
    color: #004098;
}
.viewname .showval{
    width: 300px;
    position: absolute;
    top:5px;
    right:30px;
}
.viewname .showval a{
    float: right;
}
.viewname span{
    width: 30px;
    position: absolute;
    top:5px;
    right:0px;
}
.qintian{
    text-align: center;
    padding-bottom: 2rem;
}
.qintian .xiangvideoItem a{
    display: block;
    width: 100%;
}
.qintian .xiangvideoItem a img{
    height: 130px;
}
.qintian .xiangvideoItem a p{
    height: 50px;
}
.infodata{
    text-align: center;
    color: #666;
    font-size: 12px;
}
.infodata  div.bdsharebuttonbox{
    width: 300px;
    display: inline-table;
    position: absolute;
    top: 0;
    right: 0;
}
.infodata  div.bdsharebuttonbox a{
    float: right;
}
.newbody{
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1rem;
}
.newbody p:first-child{
    margin-top: 0;
}
.newbody p{
    /*line-height: 1.6rem;*/
    margin: 30px 0 0;
}
.newbody img{
    margin: 20px auto 10px;
}
.newfooter{
    margin-top: 50px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
}
.bdsharebuttonbox{
    float: right;
    width: 250px;
    text-align: right;
}
.bdsharebuttonbox a{
    margin-right: 10px;
}
.newfooter .newTag{
    padding: 0;
}

.attrnew{
    /*background-color: #f2f2f2;*/
    padding-top: 30px;
    /*line-height: 2rem;*/
}
.attrnew .prev,.attrnew .next{
    width: 50%;
    float: left;
    text-align: left;
}
.attrnew .prev p{
    text-indent: 0;
}
.attrnew .next{
    text-align: right;
}
.attrnew .pre,.attrnew .nex{
    color: #999;
}


.placard  .table {
    margin-top: 1.2rem;
}
.advisorybox{
    width: 70%;
    min-width: 400px;
    margin: 0 auto;
}
.advisorybox .control-label:before{
    content: "*";
    color: red;
    padding-right: 10px;
    /*line-height: 30px;*/
}
.advisorybox input{
    border-radius: 0;
}
.wetitle{
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
    line-height: 40px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}
.wetitle span{
    color: #004098;
    padding-left: 0.5rem;
}
.prodnav{
    height: 60px;
    line-height: 60px;
    margin-top: 1rem;
    border-bottom: 2px solid #004098;
}
.btn-product{
    width: 8rem;
    height: 45px;
    margin-right: 10px;
    background-color:#004098;
    color: #FFFFFF;
    font-size: 1.1rem;
    line-height: 35px;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
}
.btn-product.active{
    background-color:#e2e2e2;
    color: #004098;
}
.postionurl{
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 0.9rem;
}
.industry{
    border-bottom: 2px solid #004098;
    line-height: 30px;
}
.industry span{
    color: #004098;
    padding-right: 1rem;
}
.industry a{
    margin-right: 1rem;
    color: #666666;
}
.industry a.active{
    color: #004098;
}
/*产品中心开始*/
.productBox{
    margin-top: 2rem;
}
.navbox-swiper-container{
    overflow: hidden;
}
.navbox-swiper-container .nav-slide{
    text-align: center;
    background: #cfcfcf;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 3rem;
}
.navbox-swiper-container .nav-slide a{
    color: white;
}
.navbox-swiper-container .navbox-page{
    background: #004098;
    position: absolute;
    color: white;
    font-size: 1.6rem;
    line-height: 3rem;
}
.navbox-swiper-container .swiper-button-prev{
    left: 0;
    border-right: 1px solid #ffffff;
}
.navbox-swiper-container .swiper-button-next{
    right: 0;
    border-left: 1px solid #ffffff;
}
.productnav .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.productnav .swiper-slide-active{
    background: #003399;
}
.imgs .gallery-top {
    width: 70%;
    height: 600px;
    float: left;
}
.imgs .gallery-thumbs {
    width: 200px;
    height: 600px;
    box-sizing: border-box;
    padding: 10px 0;
}
.imgs .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.imgs .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.contartphone{
    line-height: 4rem;
    margin: 4rem 0;
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
    text-align: center;
    color: #004098;
}
.prodfrom .title{
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 3rem;
    border-bottom: 2px solid #707070;
    margin-bottom: 3rem;
}
.prodfrom .prodinput{
    position: relative;
    line-height: 60px;
    margin-bottom: 20px;
}
.prodfrom .prodinput input{
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    line-height: 1rem;
}
.prodfrom .prodinput .star{
    color: red;
    position: absolute;
    top: 2px;
    right: 30px;
}
.nextinfo{
    margin: 40px 0;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    line-height: 46px;

}
.nextinfo .per{
    border-right: 1px solid #707070;
}
.productBox header{
    height: 2rem;
    position: relative;
    border-bottom: 2px solid #cacaca;
    margin: 0 10px;
}
.productBox header h2{
    font-size: 18px;
    font-weight: bold;
}
.productBox header .prodcatespan{
    height: 2rem;
    position: absolute;
    top: 0;
    right:0;
    text-align: right;
}
.productBox header .prodcatespan a{
    /*font-size: 0.8rem;*/
    /*color: #cccccc;*/
    padding: 0 5px;
}
.productBox header hr{
    border-top: 2px solid #004098;
    width: 20%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.productBox .prodctboxbody {
    padding: 1rem 0;
}
.productBox .prodctboxbody .prodctboxBodyItem{
    padding: 5px;
}
.productBox .prodctboxbody .prodctboxBodyItem a{
    display: block;
    width: 100%;
    height: 190px;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
}
.productBox .prodctboxbody .prodctboxBodyItem.Ad a{
    height: auto;
    height: 390px;
}
.productBox .prodctboxbody .prodctboxBodyItem a img{
    width: 100%;
    height: 100%;
}
.productBox .prodctboxbody .prodctboxBodyItem a span{
    width: 100%;
    /*height: 1.6rem;*/
    background:rgba(0,0,0,0.6);
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    padding: 5px 0;
    font-size: 16px;
}
.productBox .prodctboxbody .prodctboxBodyItem a:hover span{
    background:rgba(00,64,152,0.6);
}
.productBox .prodctboxbody .Ad a span{
    max-height: 80px;
    min-height: 1.6rem;
    padding: 15px;
    line-height: 28px;
}
.productBox .prodctboxbody a .toSpan{
    width: 0;
    height: 0;
    /*background: #004098;*/
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #004098;
}
.productBox .prodctboxbody a .toSpan small{
    display: inline-block;
    width: 3rem;
    font-size: 1rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -60px;
    top: 5px;
}
.clearpadding{
    padding: 0;
}
.productmenu{
    /*border-bottom: 1px solid #e4e4e4;*/
}
.prodleftmenubox{
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
.prodleftmenubox h3,.prodleftmenubox p{
    margin: 0;
    font-size: 1rem;
}
.prodleftmenubox{
    padding: 1rem;
}
.prodleftmenubox.box1{
    background-color: #f4f4f4;
}
.prodleftmenubox h3{
    padding-bottom: 0.8rem;
    font-size: 0.9rem;
}
.prodleftmenubox p a{
    font-size: 0.9rem;
    padding: 5px 0.5rem 5px 0;
    display: inline-block;
}
.prodleftmenubox a.active{
    color: #004098;
}
.prodBody{
    padding-top: 20px;
}
.prodbodycontent{
    margin-top: 30px;
    padding-bottom: 40px;
}
.prodbodycontent hr{
    margin: 30px 0;
}
.prodbodycontent p{
    /*line-height: 2rem;*/
    /*text-indent: 2rem;*/
}
.prodListBody .bodyborder{
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
}
.prodListItem{
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 0;
    height: 315px;
}
.prodListItem a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    transition: 0s;
    border: 0px solid #dedede;
}
.prodListItem a:hover{
    border: 2px solid #dedede;
    text-decoration: none;
}
.prodListItem a img{
    max-height: 90%;
    width: 100%;
}
.prodListItem span{
    text-align: center;
    display: block;
    width: 100%;
    padding: 1rem 0 0.5rem;
}


/*解决方案*/
.solutTab .tab{
    margin-top: 1rem;
}
.tab .tabnav{
    background: #e6e6e6;
    padding: 1rem 2rem;
}
.tab .tabnav.active{
    background: #FFFFFF;
}
.tabnav .tabico{
    text-align: center;
    /*background-color: #004098;*/
    border-radius: 75px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.tabnav .tabico span{
    font-size: 7rem;
    color: #FFFFFF;
    height: 150px;
    overflow: hidden;
}
.tabnav .tabtitle{
    margin: 1rem 10px;
    text-align: center;
    color:  #004098;
    min-height: 2rem;
}
.tabnav p{
    font-size: 0.8rem;
    line-height: 1.2rem;
    height: 4rem;
}
.tabcontent{
    margin: 1rem 0;
}
.tabcontent .tabItem{
    display: none;
}
.tabcontent .tabItem.active{
    display: block;
}
.shebeibox{
    padding: 0 5px 20px;
}
.shebeibox a{
    display: block;
    width: 100%;
    border: 1px solid #dedede;
    /*padding: 1px;*/
    position: relative;
    overflow: hidden;
}
.shebeibox a h5{
    height: 2rem;
    line-height: 2rem;
    background:rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    color: #FFFFFF;
}
.shebeibox a:hover h5{
    background:rgba(00,64,152,0.6);
}
/*经典案例开始*/
.casebox{
    margin-top: 30px;
    padding: 10px;
    border: 1px solid #EDEDED;
}
.casebox h4{
    height: 1.4rem;
    position: relative;
}
.casebox h4 hr{
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #004098;
    position: absolute;
    left: 0;
    top: 49%;
    width: 100%;
    z-index: 1;
}
.casebox h4 span{
    font-size: 1.2rem;
    padding-right: 1rem;
    background-color: #FFFFFF;
    display: inline-block;
    position: relative;
    z-index: 9;
    color: #004098;
}
.casecontent .playmv{
    margin-top: 1rem;
    /*border: 2px solid #dedede;*/
    padding: 5px;
}
.videotitle{
    padding: 10px 0 20px;
    position: relative;
    border-bottom: 1px solid #EDEDED;
}
.videotitle h2{
    font-size: 1.2rem;
    color: #004098;
    line-height: 2rem;
    margin: 0;
}
.videotitle .viewshare{
    /*width: 50%;*/
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.videotitle .viewshare .bdsharebuttonbox a{
    float: none;
}
.casevideobox{
    margin-top: 30px;
}
.casevideobox .videoitem{
    padding: 1rem 1rem 1rem 0.4rem;
}
.casevideobox .videoitem a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.casevideobox .videoitem a .playthumb{
    position: relative;
    height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
}
.casevideobox .videoitem a .playthumb img{
    height: 100%;
}
.casevideobox .videoitem a .playthumb .play{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/prlbsp1.png") no-repeat center;
}

.casevideobox .videoitem a:visited{
    background-color:#ededed;
}
.casevideobox .videoitem a p{
    font-size: 0.9rem;
    /*color: #666666;*/
    text-align: center;
}
.casevideobox .videoitem a:visited p{
    background-color:#ededed;
}
/*投资者关系*/
.placarnavhr{
    border-bottom: 2px solid #EFEFEF;
}
ul.placard_nav li{
    border: #F1F1F1 solid 1px;
    /*float: left;*/
    width: 130px;
    text-align: center;
    text-decoration: none;

}
ul.placard_nav li:hover
{
    background-color:#CCC;
}
ul.placard_nav
{
    float:left;
    border:#F1F1F1 1px solid;
    line-height: 30px;
}
/*表格表单*/
.table_form{font-size:12px}
.table_form td{padding-left:12px}
.table_form th{font-weight:normal; text-align:right;padding-right:10px; color:#777}
.table_form td label{ vertical-align:middle}
.table_form td,.table_form th{padding:4px 0 4px 8px;line-height: 30px}
.table_form tbody td,.table_form tbody th{border-bottom:1px solid #eee; }
.colorpanel tbody td,.colorpanel tbody th{ padding:0;border-bottom: none;}
.table_form #content{padding: 5px; margin: 0;border:1px solid #d0d0d0;}

.placardnav a{
    padding: 4px 25px;
    border-color: #ededed;
    border-radius: 0;
}
.placardnav a.active{
    color: #004098;
}
.placard ul li{
    border-bottom: 1px dashed #cccccc;
    line-height:3rem;
}
.placard ul li span.date{
    float: right;
    font-size: 0.8rem;
    color: #999;
}
.placard ul li a{
    /*padding-left: 2rem;*/
}
.placard ul li a:before{
    content: "●";
    width: 20px;
    font-size: 18px;
    color: #c5c5c5;
    display: inline-block;
}
/*联系我们*/
.contact{
    padding: 30px 0;
}
.contact .compaybox .col-md-4{
    _height:100%;
    height: inherit;
}
.contact address{
    padding: 20px 0 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #dedede;
    line-height: 30px;
    height: 100%;
}
.hoverShowContact{
    width: 400px;
    position:relative;
    z-index: 999;
    font-size: 14px;
}
.ShwoContactBox{
    background-color: rgba(225,225,225,0.5);
    padding: 1em;
    box-shadow: 5px;
}
.ShwoContactBox h3{
    font-size: 1rem;
    margin: 10px 0;
}
.hoverShowContact .clearShowContact{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: red;
    text-align: center;
    line-height: 30px;
}
.hoverShowContact dl{
    margin-bottom: 1em;
}
.hoverShowContact dl dt{
    width: 90px;
    float: left;
    text-align: right;
}
.hoverShowContact dl dd{
    padding-left: 90px;
}
.brandsourcebox{
    border:1px solid #ededed;
    /*border-right:none;*/
    height: 370px;
}
.brandsourcebox .brandsourceitem{
    width:32.8%;
    display:inline-block;
    border-right:1px solid #ededed;
    overflow:hidden;
    height: 100%;
}
.brandsourcebox:before .brandsourceitem{
    border-right: none;
}
.brandsourcebox .brandsourceitem a{
    width:100%;
    padding:10px;
    display:inline-block;
    text-align: center;
}
.brandsourcebox a p{
    text-align:center;
    padding:10px;
}
/*意见反馈*/
.compbody .form-horizontal .control-label{
    text-align: left;
    font-weight: normal;
    width: 100px;
}
.compbody .form-horizontal .form-group{
    margin-bottom: 20px;
}
.compbody .form-horizontal .form-group > div{
    padding: 0;
}
.compbody .form-horizontal .form-group input{
    border-radius: 0;
}
.compbody #comment{
    width: 770px;
}
.compbody button,.hx_button,.auditbody button{
    width: 150px;
    height: 40px;
    font-size: 20px;
    border-radius: 0px;
    line-height: normal;
    padding: 0;
}
.newsbody >h1.text-center{
    /*font-size: 1.6rem;*/
    /*line-height: 4rem;*/
}
.newsbody >h1.newTitle{
    font-size: 22px;
    border-bottom: 1px dashed #eaeaea;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-family: "微软雅黑";
}



.searchcenter{
    margin: 2rem 0;
}
.searchcenter .resultitem{
    border-bottom: 1px solid #d6d6d6;
    padding: 1rem 0;
}
.searchcenter .resultitem h4{
    font-size: 1rem;
}
.searchcenter .resultitem p{
    font-size: 0.8rem;
}
.searchcenter .serarchError,.searchcenter .notreulst{
    padding: 2rem 0;
}
.newsbox .newsitemhead{
    margin-bottom: 16px;
}
.newsbox .newsitemhead img{
    width: 160px;
    height: 113px;
    padding: 3px;
    background: #E8E8E8;
    margin-right: 6px;
}


.newsbox .newsitemhead a h3{
    color: #004098;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: normal;
}
.newsbox .newsitemhead span.newitemdate {
    line-height:18px; color:#a5a5a5; font-size:14px; padding-top:5px; padding-bottom:8px;display: block;
}
.newsbox .newsitemhead p{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 16px;
}
.newsbox .newsitem{
    line-height: 35px;
}
.newsbox .newsitem a {
    background: url(../images/nbrbodynewr3a.png) no-repeat left;
    padding-left: 11px;
    line-height: 26px;
    color: #666;
    font-size: 13px;
}
.newsbox .newsitem a small{
    color: #004098;
}
.newsbox .newsitem a img{
    max-width: 35%;
    float: left;
    margin-right: 10px;
}
.newsbox .newsitem a.newsmore{
    background: url(../images/pdypic1023.jpg) no-repeat right;
    padding-right: 23px;
    color: #6f6f6f;
    font-size: 13px;
    font-weight: bold;
}

.newsbox .newstitle h2{
    border-bottom: 1px solid #f2f2f2;
    color: #004098;
    font-size: 1.4rem;
    position: relative;
}
.newsbox .newstitle h2 strong{

    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
    color: #004098;
    margin-right: 4px;
    border-bottom: 2px solid #004098;
}
.newsbox .newstitle h2 .newsmore{
    position: absolute;
    bottom: 10px;
    right: 15px;
    background: url(../images/pdypic1023.jpg) no-repeat right;
    color: #6f6f6f;
    font-size: 12px;
    font-family: "宋体";
    line-height: 18px;
    padding-right: 18px;
}
.magazbox{
    padding-bottom: 20px;
}
.videobox .col-2{
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 0.9rem;
}
.magazbox a.thumbnail,.videobox a.thumbnail{
    margin-bottom: 5px;
}
.magazbox a.thumbnail img{
    height: 242px;
    width: 100%;
}
.videobox a.thumbnail img{
    height: 100px;
    width: 100%;
}
.magazbox .newstitle,.videobox .newstitle{
    margin-bottom: 30px;
}
.videobox{
    background: #efeff0;
    margin-bottom: 20px;
}
.videobox .newstitle h2{
    border-bottom-color: #CFCFCF;
    margin-bottom: 0;
}
.videobox .newstitle{
    border-bottom: 1px solid #F6F6F6;
}

.newscarousel{
    width:460px;
    float: left;
    margin-top: 20px;
}
.newscarousel .slide{
    width: 420px;
    margin: 0 auto;
}
.newscarousel .slide .item{
    height: 298px;
}
.newscarousel .slide .item a{
    display: block;
    width: 100%;
    height: 100%;
}
.newscarousel .slide .item img{
    width: 100%;
    height: 100%;
}
.newscarousel .carousel-indicators{
    bottom:5px;
    width: 40%;
    text-align: center;
    margin-left: 0px;
    left: 30%;
}
.newscarousel .carousel-control.left,.newscarousel .carousel-control.right{

    width:24px;
    height:43px;
    display:block;
    background:none;
    /*width: 29%;*/
    /*left: 20%;*/
    bottom: 0;
    top:auto;
    opacity: 1;
}
.newscarousel .carousel-control.left{
    left: 20%;
}
.newscarousel .carousel-control.right{
    right: 20%;
}
.newscarousel .carousel-indicators li{
    background:#969696;
    border-color: #969696;
    margin-right: 5px;
}
.newscarousel .carousel-indicators li.active{
    background:#004098;
}
.carouse-footer{
    height: 60px;
    position: relative;
}
.carouse-footer .carousel-control{
    color: #969696;
}
.newscarousel .carousel-caption{
    height:25px;
    line-height:25px;
    background:#004098;
    font-size:14px;
    color:#fff;
    text-shadow:none;
    text-align:center;
    width: 100%;
    left: 0;
    bottom:0;
    overflow: hidden;
    padding:  0;
}
.newscarousel .carousel-caption h3{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
}
.auditBox{
    width: 800px;margin: 40px auto;
}

/*mobile   css*/
.leftCon{
    position: relative;
    left: 0%;
    top: 0;
}
.rightBar{
    width: 50%;
    position: fixed;
    top: 0;
    right: -50%;
}
@media screen and (max-width: 768px) {
    html{overflow-x: hidden;}
    form.xs-server{
        margin-bottom: 10px;
    }
    .tabcontent img{
        max-width: 100%;
    }
    .col-2{
        width: 50% !important;
    }
    .leftCon{
        border-right: 1px solid #d6d6d6;
    }
    .rightBar ul.mobliemenu > li.Baritem{
        line-height: 2.6rem;
        border-bottom: 1px solid #d6d6d6;
    }
    .rightBar ul.child-menu li.Baritem{
        border-top: 1px solid #d6d6d6;
    }
    .rightBar ul.mobliemenu{
        margin-bottom: 0;
    }
    .rightBar ul.child-menu{
        background: #d3e9ff;
        border-top:2px solid #e1e1e1;
        border-bottom: 2px solid #aac2e2;
        display: none;
    }
    .rightBar .Mmenuclear{
        text-align: right;
        line-height: 45px;
        border-bottom: 2px solid #d6d6d6;
    }
    .rightBar .Mmenuclear span{
        font-size: 1.2rem;
        margin-right: 2rem;
        cursor:pointer;
    }
    .rightBar .Baritem a{
        width: 100%;
        display: inline-table;
        padding-left: 3rem;
        position: relative;
    }
    .rightBar .Baritem a span{
        position: absolute;
        right: 2rem;
        top: 1rem;
    }
    .xsico span{
        height: 100%;
        width: 45%;
        line-height: 45px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }
    .headerTop{
        height: 100%;
        /*margin-bottom: 1rem;*/
    }
    .footer{
        height: auto;
        background:#0f398d;
    }
    .footerserver{
        margin-top: 20px;
    }
    .indexNewBox{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .indexnewsitem{
        margin-bottom: 20px;
    }
    .mv {
        margin-bottom: 20px;
    }
    .mv video{
        height: auto;
    }
    .leftmenu ul li{
        width: 49%;
        display: inline-block;
        overflow: hidden;
    }
    .aboutbody img{
        max-width: 100%;
    }
    /*关于我们*/
    .rightbody{
        padding-right: 15px;
    }
    .aboutbody img{
        max-width: 100%;
        overflow: hidden;
    }
    .history .hi1 .text .pic{
        position: relative;
        margin-right: 0;
        bottom: 0;
    }
    table.weihui tr td{
        vertical-align:top;
        padding-right: 10px;
        padding-left: 10px;
        height: 100px;
    }
    .brandTitle .brandbody{
        padding: 10px;
    }
    .brandsourcebox{
        height: auto;
    }
    .brandsourcebox .brandsourceitem {
        width: 32%;
        height: auto;
    }
    .brandsourcebox .brandsourceitem a{
        padding: 0;
    }
    .brandsourcebox .brandsourceitem a p{
        margin: 0;
    }
    .caicu{
        padding: 0;
    }
    /*新闻*/
    .Page{
        padding-left: 0;
        padding-right: 0;
    }
    .newlist .media .media-body h4.media-heading a{
        width: 100%;
    }
    .newlist .media .media-body h4.media-heading span.date{
        width: 100%;
        text-align: left;
    }
    .newlist .media .media-body p{
        height: auto;
    }
    .newsbody >h1.newTitle{
        height: auto;
        float: none;
    }
    .attrnew .prev, .attrnew .next{
        width: 100%;
        text-align: left !important;
    }
    .attrnew{
        margin-bottom: 30px;
    }
    .lichengbox p{
        width: 100%;
    }
    .lichengbox img{
        position: static;
    }
    .contbody p img:first-child{
        margin-left: 0;
    }
    .contbody p{
        text-indent: 0rem !important;
    }
    .honorbtngroup a{
        margin: 0 10px 10px 0;
    }
    .jobadd dl.dl-horizontal dt {
        width: auto !important;
    }
    .jobadd dl.dl-horizontal dd {
        margin-left: auto !important;
    }
    .newlist .media{
        height: auto;
    }
    .newlist .media .media-left{
        display: block;
        width: 100%;
    }
    .newlist .media .media-left a{
        display: block;
        width: 100%;
    }
    .newlist .media .media-left a img {
        width: auto;
        height: auto;
        max-width:100%;
    }
    .newsbody .newlist .media .media-body{
        display: block;
        width: 100%;
    }
    .magazinelist .magaItem {
         width: 100%;
         height: auto;
    }
    .magazinelist .magaItem .oper {
        width: 100%;
        height: 100%;
        background-color: transparent;
         display: block;
    }
    .magazinelist .magaItem .oper .operbut{
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
    }
    .magazinelist .magaItem .oper .operbut .downs{
        /*display: none;*/
    }
    .magazinelist .magaItem .mage_title{
        display: block;
        top: 20%;
    }
    .magazinelist .magaItem .oper a{
        width: auto;
    }
    .contbody {
        padding-top: 0;
    }
    .infodata div.bdsharebuttonbox {
         width: 100%;
         display: inline-table;
         position: relative;
    }
    .btn-product {
        width: auto;
        height: auto;
        margin-right: 0px;
        background-color: #004098;
        color: #FFFFFF;
        font-size: 0.8rem;
        line-height: 1.2rem;
        font-weight: 200;
        border-right: 2px solid #1295ef;
        padding: 5px;
    }
    .ad-gallery .ad-image-wrapper{
        height: 250px !important;
    }
    /*产品*/
    .imgs .gallery-top {
        width: 100%;
        height: auto;
        float: none;
    }
    .imgs .gallery-thumbs {
        width: auto;
        height: 60px;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .imgs .gallery-thumbs .swiper-slide {
        width: 20%;
        height: 100%;
        opacity: 0.4;
    }
    .swiper-wrapper .swiper-slide img{
        max-width: 100%;
        text-align: center;
    }
    .imgs .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
    .prodfrom .prodinput{
        padding-left: 0;
        padding-right: 0;
    }
    .prodnav {
        height: auto;
        line-height: inherit;
    }
    .prodbodycontent img{
        max-width: 100%;
    }
    .infoTitle{
        height: auto;
    }
    .viewshare{
        width: 100%;
        position: relative;
    }
    /*视频*/
    .indexnewsitem a .img-or span{
        font-size: 3rem;
        line-height: 6rem;
    }
    .indexnewsitem a p.description{
        height: 4rem;
        overflow: hidden;
    }
    .playmv{
        margin-top: 1rem;
    }
    .case .caseleft .div_100{
        margin: 0;
        width: 100%;
        padding: 1rem;
        background: #f2f2f2;
        z-index: 999;
    }
    .case .caseleft .div_100 ul li{
        width: 31%;
        display: inline-table;
    }
    .advisorybox{
        min-width: 100%;
    }
    /*投资者关系*/
    ul.placard_nav li{
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #myform .table_form tr td{
        padding: 0;
        width: auto;
    }
    #myform .table_form tr td input,#myform .table_form tr td textarea{
        width: 60%;
        margin: 5px;
        border: 1px solid #e4e4e4;
    }
    /*联系我们*/
    .complaintsform .form-group .col-xs-8{
        margin-bottom: 10px;
    }
    .compbody #comment{
        width: 100%;
    }
    /*搜索*/
    .navbar-form{
        padding: 0;
    }
    /*审计*/
    .auditBox{
        width: 100%;
    }
}

